home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / gawk_2_15_5.lha / gawk-2.15.5 / missing.ch < prev    next >
Encoding:
Text File  |  1995-01-21  |  276 b   |  20 lines

  1. Changes for MISSING.C by Andreas Scherer, January 20, 1995.
  2.  
  3. @x l.15
  4. #include <varargs.h>
  5. @y
  6. #include <stdarg.h>
  7. @z
  8.  
  9. @x l.64
  10. #include "missing/random.c"
  11. @y
  12. #include "missing/ansirandom.c"
  13. @z
  14.  
  15. @x l.68
  16. #include "missing/strncasecmp.c"
  17. @y
  18. #include "missing/ansistrncasecmp.c"
  19. @z
  20.